projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55daad7
)
Remove obsolete comment about PNTR_COMPARISON_TYPE.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 9 Jun 2011 19:08:29 +0000
(12:08 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 9 Jun 2011 19:08:29 +0000
(12:08 -0700)
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index 8024aa95d3193b217979e3ad984d60d6c1aebd7a..c26c496a757059f80f662c995fb8cba30d32de64 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-86,7
+86,6
@@
extern EMACS_INT pure[];
&& (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure)
#else /* not VIRT_ADDR_VARIES */
-/* When PNTR_COMPARISON_TYPE is not the default (unsigned int). */
extern char my_edata[];
@@
-94,4
+93,3
@@
extern char my_edata[];
((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata)
#endif /* VIRT_ADDRESS_VARIES */
-